Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown: Recognize <code> tags with attributes as code #8397

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

the-mikedavis
Copy link
Member

Previously, blocks like

<code style="..">..</code>

would not be properly recognized.

Closes #8378.

Previously, blocks like

    <code style="..">..</code>

would not be properly recognized.
@the-mikedavis the-mikedavis added C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer. labels Sep 26, 2023
@archseer archseer merged commit 01e281c into master Sep 26, 2023
6 checks passed
@archseer archseer deleted the fix-markdown-code-tag-detection branch September 26, 2023 02:05
danillos pushed a commit to danillos/helix that referenced this pull request Nov 21, 2023
dgkf pushed a commit to dgkf/helix that referenced this pull request Jan 30, 2024
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Insufficient filtering of code tags in Markdown docs
2 participants